home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on mouseDown
- set sp to the clickOn
- case sp of
- 2:
- set the visible of sprite 2 to 0
- updateStage()
- bsound()
- set the visible of sprite 2 to 1
- updateStage()
- go(1, "menu2")
- 3:
- set the visible of sprite 3 to 0
- updateStage()
- bsound()
- set the visible of sprite 3 to 1
- updateStage()
- go(1, "ura2")
- 4:
- set the visible of sprite 4 to 0
- updateStage()
- bsound()
- set the visible of sprite 4 to 1
- updateStage()
- quit()
- 5:
- go(31)
- 6:
- go(32)
- 7:
- go(33)
- 8:
- go(34)
- 9:
- go(35)
- 10:
- go(36)
- 11:
- go(37)
- 12:
- go(38)
- 13:
- go(39)
- 14:
- go(40)
- 15:
- go(41)
- end case
- end
-